Skip to content

Commit d0c8339

Browse files
committed
Bump version up to 0.8.1
1 parent e81d551 commit d0c8339

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_starc_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Starc for Linux
22

33
env:
4-
APP_VERSION: 0.8.0
4+
APP_VERSION: 0.8.1
55

66
on:
77
push:

.github/workflows/build_starc_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Starc for Mac
22

33
env:
4-
APP_VERSION: 0.8.0
4+
APP_VERSION: 0.8.1
55

66
on:
77
push:

.github/workflows/build_starc_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Starc for Windows
22

33
env:
4-
APP_VERSION: 0.8.0
4+
APP_VERSION: 0.8.1
55

66
on:
77
push:

src/app/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<key>CFBundlePackageType</key>
3333
<string>APPL</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>0.8.0</string>
35+
<string>0.8.1</string>
3636
<key>CFBundleSignature</key>
3737
<string>????</string>
3838
<key>CFBundleSupportedPlatforms</key>

src/cloud

Submodule cloud updated from 15d290a to d32dcaf

src/core/management_layer/application_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,7 @@ ApplicationManager::ApplicationManager(QObject* _parent)
23242324
#endif
23252325
Log::init(loggingLevel, logFilePath);
23262326

2327-
QString applicationVersion = "0.8.0";
2327+
QString applicationVersion = "0.8.1";
23282328
#if defined(DEV_BUILD) && DEV_BUILD > 0
23292329
applicationVersion += QString(" dev %1").arg(DEV_BUILD);
23302330
#endif

0 commit comments

Comments
 (0)