Skip to content

Commit 8866eb4

Browse files
authored
fix wrong version file path (#5247)
Task/Issue URL: https://app.asana.com/0/1174433894299346/1208710052968854/f ### Description Fix wrong version properties file path
1 parent 737fb20 commit 8866eb4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/version/version-properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.218.1
1+
VERSION=5.219.0

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
releaseNotesDefault = "Bug fixes and other improvements"
1818
releaseNotesBodyHeader = "What's new:"
1919
releaseNotesFileBody = "../app/version/release-notes"
20-
appVersionFilePath = "../app/version/version-properties"
20+
appVersionFilePath = "../app/version/version.properties"
2121
firebaseFilePath = "#{ENV["HOME"]}/jenkins_static/com.duckduckgo.mobile.android/ddg-upload-firebase.json"
2222
releaseNotesLocales= ["en-US", "en-GB", "en-CA"]
2323
releaseNotesMaxLength = 500

0 commit comments

Comments
 (0)