Skip to content

Commit f0f5c32

Browse files
committed
Bump version
1 parent 04d4d67 commit f0f5c32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.0.4

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
const major = 3
66
const minor = 0
7-
const patch = 3
7+
const patch = 4
88

99
// Code version as integer
1010
const Code = major*1000000 + minor*1000 + patch

0 commit comments

Comments
 (0)