From 6d9486cc4d5448337c8fdeeacb6261cdcd5ff604 Mon Sep 17 00:00:00 2001 From: xm1k3 <73166077+xm1k3@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:01:51 +0100 Subject: [PATCH] fix: fix on version --- cmd/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index d8a933d..531a1d6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -27,7 +27,7 @@ var versionCmd = &cobra.Command{ Short: "Print cent version", Long: "Print cent version", Run: func(cmd *cobra.Command, args []string) { - fmt.Println("Cent v1.3") + fmt.Println("Cent v1.3.1") }, }