Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored and bcortier-devolutions committed Jan 4, 2021
1 parent c55ddbe commit 6d92aa9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2020.3.1
2021.1.0
2 changes: 1 addition & 1 deletion ci/tlk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class TlkRecipe
$TargetArch = $this.Target.WindowsArchitecture()

$ModuleName = "DevolutionsGateway"
$ModuleVersion = "2020.3.1" # both versions should match
$ModuleVersion = "2021.1.0" # both versions should match

Push-Location
Set-Location "$($this.SourcePath)/package/$($this.Target.Platform)"
Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-gateway"
version = "2020.3.3"
version = "2021.1.0"
edition = "2018"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetsocat"
version = "2020.3.3"
version = "2021.1.0"
authors = ["Benoît CORTIER <benoit.cortier@fried-world.eu>"]
edition = "2018"
description = "WebSocket toolkit for jet protocol related operations"
Expand Down

0 comments on commit 6d92aa9

Please sign in to comment.