Skip to content

Commit 2178d40

Browse files
committed
Version 2.0.0
1 parent 72caeb9 commit 2178d40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bld/java/net/thauvin/erik/httpstatus/HttpStatusBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class HttpStatusBuild extends Project {
6262
public HttpStatusBuild() {
6363
pkg = "net.thauvin.erik.httpstatus";
6464
name = "HttpStatus";
65-
version = version(2, 0, 0, "SNAPSHOT");
65+
version = version(2, 0, 0);
6666

6767
var description = "HTTP Status Codes & JSP Tag Library";
6868
var url = "https://github.com/ethauvin/HttpStatus";

0 commit comments

Comments
 (0)