Skip to content

Commit

Permalink
Bump version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Aug 12, 2019
1 parent 8508b14 commit 779f195
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Pongbot/Info.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Info
{
const char *Author = "pongo1231";
const char *Name = "Pongbot";
const char *Description = "A WIP TF2 bot";
const char *URL = "None"; // ...yet
const char *License = "AGPLv3";
const char *Version = "v0.0.8";
const char *Date = "x";
constexpr char* Author = "pongo1231";
constexpr char* Name = "Pongbot";
constexpr char* Description = "A WIP TF2 bot";
constexpr char* URL = "None"; // ...yet
constexpr char* License = "AGPLv3";
constexpr char* Version = "v0.0.9";
constexpr char* Date = "x";
}

0 comments on commit 779f195

Please sign in to comment.