Skip to content

Commit

Permalink
release: Bump version to 7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Archer <[email protected]>
  • Loading branch information
archer-321 committed Nov 7, 2020
1 parent 6c787ad commit 9fd78d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
image: openjdk:8-alpine

variables:
VERSION: 7.0.0-rc2
VERSION: '7.0.0'

stages:
- build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ processResources
"..HEAD").execute().text.trim()
def beezigForgeDate = ("git log -1 --pretty=%cI " + beezigForgeCommit).execute().text.trim()

filter(ReplaceTokens, tokens: [beezigforgeversion: '7.0.0-rc2',
filter(ReplaceTokens, tokens: [beezigforgeversion: '7.0.0',
beezigforgecommit: beezigForgeCommit,
beezigforgecommits: beezigForgeCommits,
beezigforgetype: 'release',
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/beezig/forge/BeezigForgeMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class BeezigForgeMod {

public static final String MODID = "BeezigForge";
public static final String NAME = "Beezig Forge Expansion";
public static final String VERSION = "7.0.0-rc2";
public static final String VERSION = "7.0.0";


private boolean handlerLoaded;
Expand Down

0 comments on commit 9fd78d7

Please sign in to comment.