Skip to content

Commit

Permalink
change version number to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Mar 12, 2021
1 parent 69a07ea commit 049a186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.4.1 (March 12, 2021)
## 3.5.0 (March 12, 2021)

This release focuses on performance and documentation fixes.

Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
defaultMaxNumberOfRetries = 5
defaultDelayIntervalMilliSecs = 1000
version = "3.4.1"
version = "3.5.0"
defaultAPIURL = "https://api.gridscale.io"
resourceActiveStatus = "active"
requestDoneStatus = "done"
Expand Down

0 comments on commit 049a186

Please sign in to comment.