Skip to content

Commit

Permalink
Update build.go and version.nix for version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Oct 10, 2023
1 parent 853e423 commit d1d50b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package build
// Automatically generated. DO NOT EDIT.

var (
Version = "0.3.6"
Version = "0.3.7"
Date = "2023-10-10"
GoVersion = "go version go1.20.8 linux/amd64"
)
2 changes: 1 addition & 1 deletion version.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Automatically generated. DO NOT EDIT.
{ version = "0.3.6"; date = "2023-10-10"; goversion = "go version go1.20.8 linux/amd64"; }
{ version = "0.3.7"; date = "2023-10-10"; goversion = "go version go1.20.8 linux/amd64"; }

0 comments on commit d1d50b2

Please sign in to comment.