summary refs log tree commit diff stats
path: root/grus.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-08 18:08:41 +0530
committerAndinus <andinus@nand.sh>2020-04-08 18:08:41 +0530
commitca23fd7f480ec209be1e23fe8397428a1e3c052e (patch)
treeaf20ae4c2dc9596f0b7237b0d7c363c2246b2e84 /grus.go
parent5243a7c95529e712a028b8a7ec2a5d1a83b66cdc (diff)
downloadgrus-ca23fd7f480ec209be1e23fe8397428a1e3c052e.tar.gz
Bump grus version to v0.3.0
Diffstat (limited to 'grus.go')
-rw-r--r--grus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grus.go b/grus.go
index 24714c4..15f3e0e 100644
--- a/grus.go
+++ b/grus.go
@@ -14,7 +14,7 @@ func grus() {
 		os.Exit(1)
 	}
 
-	version := "v0.2.1"
+	version := "v0.3.0"
 
 	// Print version if first argument is version.
 	if os.Args[1] == "version" {