Skip to content

Commit

Permalink
🔖 Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Jun 23, 2020
1 parent 8671d98 commit 543e977
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/deb/control-x64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lean-cli
Section: devel
Version: 0.21.0
Version: 0.22.0
Priority: optional
Architecture: amd64
Maintainer: LeanCloud <support@leancloud.rocks>
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/control-x86
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lean-cli
Section: devel
Version: 0.21.0
Version: 0.22.0
Priority: optional
Architecture: i386
Maintainer: LeanCloud <support@leancloud.rocks>
Expand Down
2 changes: 1 addition & 1 deletion packaging/msi/lean-cli-x64.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='LeanCloud Command Line Tool (x64)' Id='*' UpgradeCode='2ED83D96-E449-4CD4-8655-3ED47886E48D'
Language='1033' Codepage='1252' Version='0.21.0.0' Manufacturer='LeanCloud'>
Language='1033' Codepage='1252' Version='0.22.0.0' Manufacturer='LeanCloud'>

<Package Id='*' Keywords='Installer' Description="LeanCloud Command Line Tool Installer"
Comments='LeanCLoud Command Line Tool Installer' Manufacturer='leancloud.cn' InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
Expand Down
2 changes: 1 addition & 1 deletion packaging/msi/lean-cli-x86.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='LeanCloud Command Line Tool (x86)' Id='*' UpgradeCode='0A3A0119-23EF-4ADF-85FC-9DEC7BD0034A'
Language='1033' Codepage='1252' Version='0.21.0.0' Manufacturer='LeanCloud'>
Language='1033' Codepage='1252' Version='0.22.0.0' Manufacturer='LeanCloud'>

<Package Id='*' Keywords='Installer' Description="LeanCloud Command Line Tool Installer"
Comments='LeanCLoud Command Line Tool Installer' Manufacturer='leancloud.cn' InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version is lean-cli's version.
const Version = "0.21.0"
const Version = "0.22.0"

func PrintCurrentVersion() {
logp.Info("Current CLI tool version: ", Version)
Expand Down

0 comments on commit 543e977

Please sign in to comment.