From 1f1605aba7d66511e1ce685633ae28a90cde5f80 Mon Sep 17 00:00:00 2001 From: Harry White Date: Thu, 6 Sep 2018 19:36:09 +1000 Subject: [PATCH] Set version --- compress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress.go b/compress.go index 98eaded..ea02c03 100644 --- a/compress.go +++ b/compress.go @@ -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() {