Skip to content

Commit f7e065f

Browse files
authored
Updating version for new binary release (#253)
*Issue #, if available: N/A *Description of changes:* Increasing the version returned by the plugin in preparation for a new binary release. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 9d3c8cb commit f7e065f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Package version provides utility methods for AWS Signer's plugin version.
1515
package version
1616

17-
var version = "1.0.350"
17+
var version = "1.0.2292"
1818

1919
// GetVersion returns the plugin version in Semantic Versioning 2.0.0 format.
2020
func GetVersion() string {

0 commit comments

Comments
 (0)