Skip to content

Commit

Permalink
fix version for 0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Smirnov committed Nov 26, 2018
1 parent 431ee28 commit 4a1585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

var (
Version = "0.7.3"
Version = "0.7.4"

// git hash should be filled by:
// go build -ldflags="-X github.com/cayleygraph/cayley/version.GitHash=xxxx"
Expand Down

0 comments on commit 4a1585b

Please sign in to comment.