Skip to content

Commit

Permalink
Bump Version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 13, 2023
1 parent 078a86d commit d0ae53e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installation/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# Define other variables.
#! CLONEY_VERSION is set automatically during the pipeline that tags the release (.github/workflows/auto_tag.yaml).
#! Keep this value as it is.
CLONEY_VERSION="X.X.X"
CLONEY_VERSION="1.1.0"
BINARY_LOCATION="/usr/local/bin/cloney"

# Download Cloney Zip.
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type AppConfig struct {
var globalConfig = &AppConfig{
//! AppVersion is set automatically during the pipeline that tags the release (.github/workflows/auto_tag.yaml).
//! Keep this value as it is.
AppVersion: "X.X.X",
AppVersion: "1.1.0",

MetadataFileName: ".cloney.yaml",
MetadataManifestVersion: "v1",
Expand Down
2 changes: 1 addition & 1 deletion versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "Cloney",
"ProductVersion": "X.X.X",
"ProductVersion": "1.1.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit d0ae53e

Please sign in to comment.