Skip to content

Commit 6b0ca07

Browse files
committed
0.9.3 update.
1 parent 8538991 commit 6b0ca07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

BeingAliveLanguage/BALinfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)