Skip to content

Commit

Permalink
Bumped version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipkpjersi committed Apr 18, 2024
1 parent ec72f62 commit 1a926f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified janp
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
var alert = "Test alert"
if (len(os.Args) > 1) {
if (os.Args[1] == "-v" || os.Args[1] == "--version") {
fmt.Println("janp version 1.1")
fmt.Println("janp version 1.2")
return;
}
alert = os.Args[1]
Expand Down

0 comments on commit 1a926f2

Please sign in to comment.