Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fix build number
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarscool1 committed Jun 13, 2021
1 parent 5fe1324 commit 25ea4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/github/ungarscool1/Roboto/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void main(String[] args) {
options.setDsn("https://638cad2e6bd84eb488e505925cf6da51@o553695.ingest.sentry.io/5803038");
options.setTracesSampleRate(config.sentry_io_trace_sample_rate);
options.setDebug(config.sentry_io_debug);
options.setRelease("130621-dev");
options.setRelease("130621-17.1");
options.setEnvironment(config.env);
options.setEnableAutoSessionTracking(true);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void onMessageCreate(MessageCreateEvent event) {
embedBuilder.setTitle(language.getString("version.name"))
.addField("Version", "3.0.1")
.addField(language.getString("version.lib.name"), language.getString("version.lib.desc"))
.addField("Build", "120621-22.2")
.addField("Build", "130621-17.1")
.addField("Bot owner", api.getOwner().get().getDiscriminatedName())
.addField(language.getString("version.github"), "https://github.com/ungarscool1/Roboto-v2")
.addField(language.getString("version.listen.user"), users + " " + language.getString("version.users"))
Expand Down

0 comments on commit 25ea4eb

Please sign in to comment.