We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07912b3 commit 6223e98Copy full SHA for 6223e98
build/Build.cs
@@ -12,7 +12,7 @@ class Build : NukeBuild
12
[Parameter("Configuration to build - Default is 'Debug' (local) or 'Release' (server)")]
13
readonly Configuration Configuration = IsLocalBuild ? Configuration.Debug : Configuration.Release;
14
15
- [Parameter] readonly string Version = "1.4.0";
+ [Parameter] readonly string Version = "1.5.0";
16
17
AbsolutePath SourceDirectory => RootDirectory / "K8sFileBrowser";
18
AbsolutePath OutputDirectory => RootDirectory / "output";
0 commit comments