File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ jobs:
298298 with :
299299 files : |
300300 ${{ env.ARTIFACTS_DIR }}/*.yak
301- ${{ env.ARTIFACTS_DIR }}/releaseRH8/**
302301 name : Release ${{ github.ref_name }}
303302 draft : false
304303 prerelease : false
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class BeingAliveLanguageInfo : GH_AssemblyInfo {
1919 public override GH_LibraryLicense License => GH_LibraryLicense . opensource ;
2020
2121 // public override string AssemblyVersion => GetType().Assembly.GetName().Version.ToString();
22- public override string AssemblyVersion => "0.9.2-alpha " ;
22+ public override string AssemblyVersion => "0.9.3 " ;
2323
2424 // this is currently the variable used by McNeel for plugin system
2525 public override string Version => AssemblyVersion ;
You can’t perform that action at this time.
0 commit comments