Skip to content

Commit 4e3f0d5

Browse files
committed
bump version to v2023.09.14.0
1 parent f261a78 commit 4e3f0d5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2023.08.20.{build}
1+
version: 2023.09.14.{build}
22
skip_tags: true
33
image: Visual Studio 2022
44
configuration: Debug

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _(Note: This changelog focuses on the major changes between the different
44
versions. Therefore, it may not contain all changes. Especially smaller fixes or
55
improvements may be omitted.)_
66

7-
## Next Version
7+
## Version 2023.09.14.0
88

99
__[maintenance]__
1010

setup/setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
AppId={{EA408AA2-29B2-46BB-B3E2-0EF7E379A25C}}
88
AppName=updater
9-
AppVersion=2023.08.20.0
9+
AppVersion=2023.09.14.0
1010
AppPublisher=Dirk Stolle
1111
AppPublisherURL=https://github.com/striezel/updater
1212
AppSupportURL=https://github.com/striezel/updater

updater/updater.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<TargetFramework>net6.0-windows</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
8-
<AssemblyVersion>2023.08.20.0</AssemblyVersion>
9-
<FileVersion>2023.08.20.0</FileVersion>
8+
<AssemblyVersion>2023.09.14.0</AssemblyVersion>
9+
<FileVersion>2023.09.14.0</FileVersion>
1010
<Copyright>Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Dirk Stolle</Copyright>
1111
<Description>Finds / updates third party software that can be updated.</Description>
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>

0 commit comments

Comments
 (0)