Bump version

This commit is contained in:
unknwon
2019-09-22 23:11:19 -07:00
parent 86335412cb
commit 7007817597
+1 -1
View File
@@ -29,7 +29,7 @@ const (
// Maximum allowed depth when recursively substituing variable names. // Maximum allowed depth when recursively substituing variable names.
depthValues = 99 depthValues = 99
version = "1.47.0" version = "1.48.0"
) )
// Version returns current package version literal. // Version returns current package version literal.