Browse Source

chore(release): 1.0.4

Matthias Ladkau 3 years ago
parent
commit
b0f4237dcc
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      config/config.go

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [1.0.4](https://devt.de///compare/v1.0.3...v1.0.4) (2020-12-07)
+
 ### [1.0.3](https://devt.de///compare/v1.0.2...v1.0.3) (2020-12-07)
 
 

+ 1 - 1
config/config.go

@@ -23,7 +23,7 @@ import (
 /*
 ProductVersion is the current version of ECAL
 */
-const ProductVersion = "1.0.3"
+const ProductVersion = "1.0.4"
 
 /*
 Known configuration options for ECAL