From 8a68a7f3703941003832b12ea6a76ef61398ecd7 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Mon, 15 Aug 2022 22:24:11 -0700 Subject: [PATCH] v0.2.0 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0359a27..a31114d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.1.0 +VERSION = 0.2.0 LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD} linux_amd64: export GOOS=linux diff --git a/main.go b/main.go index 893be21..cc5f3dd 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -const version = "0.1.0" +const version = "0.2.0" func init() { // Do not fail if a region is not specified anywhere