From c9e6a224895f42b6ab18d5df03dd50e5f0578564 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 14 Mar 2020 23:56:18 +0530 Subject: Bump version to v0.4.1 --- pkg/cetus/cetus.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/cetus/cetus.go b/pkg/cetus/cetus.go index 5ebbb63..a4443ab 100644 --- a/pkg/cetus/cetus.go +++ b/pkg/cetus/cetus.go @@ -16,7 +16,9 @@ package cetus import "fmt" +var version string = "v0.4.1" + // Version prints cetus version func Version() { - fmt.Println("Cetus v0.4.0") + fmt.Println("Cetus ", version) } -- cgit 1.4.1-2-gfad0 /mu/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/tutorial/task9.mu
blob: 427c420b9310da25fb5974a57d93fac79df21c22 (plain) (tree)