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