Skip to content

Commit

Permalink
change new version number and date
Browse files Browse the repository at this point in the history
  • Loading branch information
afischerdev committed Jul 18, 2023
1 parent ab60c44 commit f14b879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions brouter-core/src/main/java/btools/router/OsmTrack.java
Expand Up @@ -36,8 +36,8 @@
import btools.util.StringUtils;

public final class OsmTrack {
final public static String version = "1.7.2-beta-1";
final public static String versionDate = "12072023+";
final public static String version = "1.7.2";
final public static String versionDate = "19072023";

// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -22,7 +22,7 @@ allprojects {
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
// docs revisions.md (version and versionDate)
project.version "1.7.2-beta-1"
project.version "1.7.2"
group 'org.btools'

repositories {
Expand Down

0 comments on commit f14b879

Please sign in to comment.