Skip to content

Commit

Permalink
bump version number... dummy!
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Mar 17, 2024
1 parent d666ce9 commit ad43442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napp.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
ErrInvalidName = errors.New("invalid project name")
)

const version = "v0.2.2"
const version = "v0.3.1"

func main() {
args := os.Args[1:]
Expand Down

0 comments on commit ad43442

Please sign in to comment.