Skip to content

Commit

Permalink
remove 'v' from version build variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzio committed Dec 22, 2024
1 parent 3957840 commit 2bc4c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccu-historian/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# version of this build
version=v4.1.0
version=4.1.0
2 changes: 1 addition & 1 deletion ccu-historian/src/mdz/ccuhistorian/Main.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import mdz.hc.persistence.Storage

class Main {

public static String version='v4.1.0'
public static String version='4.1.0'

private static final Logger log=Logger.getLogger(Main.class.name)
private static Main main
Expand Down

0 comments on commit 2bc4c34

Please sign in to comment.