Skip to content

Commit

Permalink
fix: remove hardcoded version
Browse files Browse the repository at this point in the history
I've committed it by accident, so I'm removing it now.
  • Loading branch information
michal-przytarski committed Sep 18, 2024
1 parent f651063 commit 317ae7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {
Main()
}

const version = "v1.0.143-bb"
const version = "local-build"

// Main Exports main for testing
func Main() {
Expand Down

0 comments on commit 317ae7c

Please sign in to comment.