Skip to content

Commit

Permalink
Change version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rihi committed Nov 5, 2022
1 parent bbd606f commit 678ab44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>bspsrc</artifactId>
<groupId>info.ata4.bspsrc</groupId>
<packaging>jar</packaging>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<description>A Source engine map decompile</description>
<url>https://github.com/ata4/bspsource</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/info/ata4/bspsrc/BspSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class BspSource implements Runnable {

private static final Logger L = LogUtils.getLogger();

public static final String VERSION = "1.4.3-DEV";
public static final String VERSION = "1.4.3";

private final BspSourceConfig config;

Expand Down

1 comment on commit 678ab44

@prof-paula
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oi.

Please sign in to comment.