From 80268afd15be7a89048b6c10a31de4cd25c429a9 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Thu, 7 Nov 2024 12:09:23 -0500 Subject: [PATCH] Hops_R8Bump --- CHANGELOG.HOPS.md | 6 ++++++ src/hops/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index b8dd6ee7..eccede76 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.16.15] - 2024-11-07 + +### Fixed + +- Fixed a bug where system directory paths were not being parsed correctly as a command line argument. + ## [0.16.14] - 2024-10-30 ### Fixed diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index 9628b8f9..7ba39e9f 100644 --- a/src/hops/Properties/AssemblyInfo.cs +++ b/src/hops/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ public GhaAssemblyInfo() TheAssemblyInfo = this; } - public const string AppVersion = "0.16.14.0"; + public const string AppVersion = "0.16.15.0"; public override Bitmap Icon {