Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderAxe31 authored Oct 15, 2020
1 parent 84b66f3 commit 18e4a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DankBot.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--DankBot v2.1 by ThunderAxe31
--DankBot v3.0 by ThunderAxe31
--works with BizHawk (not 2.5 & 2.5.1) and FCEUX 2.2.3
--optimized for use on Gambatte with equal_length_frames set to False
--place this script into its own folder, because it's going generate multiple files
Expand Down Expand Up @@ -340,7 +340,7 @@ else
if console then
console.clear()
end
log_update("DankBot v2.1 by ThunderAxe31, session STARTED")
log_update("DankBot v3.0 by ThunderAxe31, session STARTED")
local rng_display = ""
if get_rng then
rng_display = ", RNG " .. string.format("%X", get_rng())
Expand Down

0 comments on commit 18e4a74

Please sign in to comment.