From a5dd99a4676b00951f9c5440242221fab9d74d9e Mon Sep 17 00:00:00 2001 From: dtapps Date: Thu, 21 Dec 2023 21:05:55 +0800 Subject: [PATCH] - update version --- go.mod | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6c940c3..5de14fa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.dtapp.net/gostring -go 1.18 +go 1.21 require ( go.dtapp.net/gojson v1.0.2 diff --git a/version.go b/version.go index 13dee4b..5d9d727 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package gostring -const Version = "1.0.11" +const Version = "1.0.12"