Skip to content

Commit 331bbee

Browse files
committed
Set version to 3.2
1 parent 89b68a8 commit 331bbee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.2 (to be relesaed)
1+
Version 3.2 (RoboCup 2024)
22
---------------------
33
- added Throw In Challenge for RoboCup 2024
44

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>magmaoffenburg</groupId>
66
<artifactId>magmachallenge</artifactId>
77
<packaging>jar</packaging>
8-
<version>3.2-beta2</version>
8+
<version>3.2</version>
99
<name>magmaChallenge</name>
1010
<url>https://github.com/magmaOffenburg/magmaChallenge</url>
1111

src/main/java/magma/tools/benchmark/view/BenchmarkView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060
public class BenchmarkView extends JFrame implements IObserver<IModelReadOnly>
6161
{
62-
public static final String VERSION = "3.2-beta2";
62+
public static final String VERSION = "3.2";
6363

6464
private final JComboBox<ChallengeType> challenge;
6565

0 commit comments

Comments
 (0)