We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdd7f8 commit 03d0a3bCopy full SHA for 03d0a3b
VERSION
@@ -1 +1 @@
1
-1.0.3
+1.0.4
pkg/version/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
var (
6
app = "tomba"
7
- version = "v1.0.3"
+ version = "v1.0.4"
8
)
9
10
// String returns a string.
snapcraft.yaml
@@ -15,7 +15,7 @@ issues: https://github.com/tomba-io/tomba/issues
15
license: "Apache-2.0"
16
source-code: https://github.com/tomba-io/tomba.git
17
website: https://tomba.io/
18
-version: 1.0.3
+version: 1.0.4
19
grade: stable
20
base: core20
21
0 commit comments