Skip to content

Commit d8411a9

Browse files
committed
chore(release): 1.0.5
1 parent ae4c935 commit d8411a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
app = "tomba"
7-
version = "v1.0.4"
7+
version = "v1.0.5"
88
)
99

1010
// String returns a string.

snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ issues: https://github.com/tomba-io/tomba/issues
1515
license: "Apache-2.0"
1616
source-code: https://github.com/tomba-io/tomba.git
1717
website: https://tomba.io/
18-
version: 1.0.4
18+
version: 1.0.5
1919
grade: stable
2020
base: core20
2121

0 commit comments

Comments
 (0)