Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed Jan 15, 2024
1 parent 2f649b2 commit a503f3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/s2prot/s2prot.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
Package main is a simple CLI app to parse and display information about
a StarCraft II replay passed as a CLI argument.
*/
package main

Expand All @@ -19,7 +17,7 @@ import (

const (
appName = "s2prot"
appVersion = "v1.5.0"
appVersion = "v1.5.1"
appAuthor = "Andras Belicza"
appHome = "https://github.com/icza/s2prot"
)
Expand Down

0 comments on commit a503f3d

Please sign in to comment.