Skip to content

Commit

Permalink
feat: add version file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 29, 2024
1 parent 2a547e8 commit fb776ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions version/version/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.8.1
6 changes: 6 additions & 0 deletions version/version/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package version

import _ "embed"

//go:embed version
var Version string

0 comments on commit fb776ea

Please sign in to comment.