Skip to content

Commit

Permalink
Version v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edoger committed Apr 8, 2021
1 parent 3fe25f9 commit 72eafdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION="v0.0.2"
VERSION="v0.0.3"

all:clean
mkdir -p build
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/fatih/color"
)

const Version = "v0.0.2"
const Version = "v0.0.3"

func CheckAndPrintVersion() {
for i, j := 1, len(os.Args); i < j; i++ {
Expand Down

0 comments on commit 72eafdc

Please sign in to comment.