Skip to content

Commit

Permalink
fix error merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shandiankulishe committed Apr 10, 2022
2 parents deb2f14 + 3d95d2d commit bc423b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build/
.idea/
.gradle/
build/
native/TesseractForASOCR/
native/ArtifactsScore/
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/glous/kleebot/KleeBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ public static HttpServer getServerInstance(){
return serverInstance;
}
public static String GET_VERSION(){
<<<<<<< HEAD
return "%s(@%s)".formatted(FileUtils.readStream(KleeBot.class.getResourceAsStream("/RELEASE")),FileUtils.readStream(KleeBot.class.getResourceAsStream("/SIGN")));
=======
return "v0.0.1(@%s)".formatted(FileUtils.readStream(KleeBot.class.getResourceAsStream("/SIGN")));
>>>>>>> 3d95d2d79999af4867af59e09d38d393cb9ee7cf
}
public static int GET_OS(){
String OSName=System.getProperty("os.name");
Expand Down

1 comment on commit bc423b5

@vercel
Copy link

@vercel vercel bot commented on bc423b5 Apr 10, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

kleebot – ./

kleebot-youfantan.vercel.app
kleebot-git-master-youfantan.vercel.app

Please sign in to comment.