Skip to content

Commit

Permalink
This commit marks release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Sep 21, 2023
1 parent 4ccb87e commit cfc48c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "net.pistonmaster"
version = "3.0.0-SNAPSHOT"
version = "3.0.0"
description = "Best queue plugin out there!"
}

Expand Down
4 changes: 4 additions & 0 deletions changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

git pull origin --tags
git log --pretty=format:"%h %s" --no-merges $(git describe --tags --abbrev=0)..HEAD

0 comments on commit cfc48c5

Please sign in to comment.