Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywhite4 committed Sep 6, 2018
1 parent 1e09ca4 commit 1f1605a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
allowedExtensions = [3]string{".jpg", ".jpeg", ".png"}
flagSet *pflag.FlagSet
programText = "Compress - Compress your images"
version = 0.1
version = "1.0.0"
)

func init() {
Expand Down

0 comments on commit 1f1605a

Please sign in to comment.