Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 13, 2024
1 parent 27a5a8a commit dbd1325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chonker.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Configure the version built into chonker by setting the $VERSION
// environment variable before running go generate.
//
//go:generate sh -c "printf 'package chonker\nconst Version = `%s`\n' $VERSION > version.go"
//go:generate sh -c "printf 'package chonker\n\nconst Version = `%s`\n' $VERSION > version.go"
package chonker

import (
Expand Down
1 change: 1 addition & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
package chonker

const Version = `dev`

0 comments on commit dbd1325

Please sign in to comment.