Update version to 0.9.3 (#465)

This commit is contained in:
Leendert de Borst
2024-12-13 13:09:14 +01:00
parent 7e261a05c9
commit c63faa352f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# @version 0.9.0
# @version 0.9.3
# Repository information used for downloading files and images from GitHub
REPO_OWNER="lanedirt"

View File

@@ -30,7 +30,7 @@ public static class AppInfo
/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 2;
public const int VersionPatch = 3;
/// <summary>
/// Gets the build number, typically used in CI/CD pipelines.