We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7fc95 commit 74f6838Copy full SHA for 74f6838
VERSION
@@ -1 +1 @@
1
-1.0.5
+1.0.6
pkg/version/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
var (
6
app = "tomba"
7
- version = "v1.0.5"
+ version = "v1.0.6"
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.5
+version: 1.0.6
19
grade: stable
20
base: core20
21
0 commit comments