Skip to content

Commit 89c91ba

Browse files
yahu2claude
andcommitted
Revert version files to dev defaults
These are build-time placeholders — release workflow injects the actual version from the git tag via -p:Version and Inno Setup regex. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cc32c21 commit 89c91ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.4.0</Version>
3+
<Version>1.0.0-dev</Version>
44
<Product>RamDrive</Product>
55
</PropertyGroup>
66
</Project>

setup/RamDrive.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Supports both portable (green) and Windows Service modes
44

55
#define MyAppName "RamDrive"
6-
#define MyAppVersion "0.4.0"
6+
#define MyAppVersion "1.0.0"
77
#define MyAppPublisher "HYProjects"
88
#define MyAppExeName "RamDrive.exe"
99
#define MyAppURL "https://github.com/hooyao/RamDrive"

0 commit comments

Comments
 (0)