Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Mar 4, 2024
1 parent 9ae906f commit fa16ca7
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.1.2"
const version = "v0.2.0"

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

0 comments on commit fa16ca7

Please sign in to comment.