We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380a56e commit c67f07bCopy full SHA for c67f07b
2 files changed
Cargo.toml
@@ -21,7 +21,7 @@ exclude = [
21
]
22
23
[workspace.package]
24
-version = "2025.1.5"
+version = "2025.1.6"
25
26
[profile.profiling]
27
inherits = "release"
tools/bump-version.ps1
@@ -12,11 +12,7 @@ Set-Location -Path ..
12
13
$targetFiles = @(
14
'./VERSION'
15
- './jetsocat/Cargo.toml'
16
- './devolutions-gateway/Cargo.toml'
17
- './devolutions-agent/Cargo.toml'
18
- './devolutions-session/Cargo.toml'
19
- './crates/devolutions-pedm-shell-ext/Cargo.toml'
+ './Cargo.toml'
20
'./crates/devolutions-pedm-shell-ext/AppxManifest.xml'
'./dotnet/DesktopAgent/DesktopAgent.csproj'
'./powershell/DevolutionsGateway/DevolutionsGateway.psd1'
0 commit comments