Skip to content

Commit

Permalink
release: bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Jun 13, 2019
1 parent c70efdc commit 3a3d7e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If applicable, add screenshots to help explain your problem.
**Info (please complete the following information):**
- OS: [e.g. Ubuntu]
- Sourcemod Version [e.g. 1.9.6260]
- Relay Version [e.g. 1.3.1]
- Relay Version [e.g. 1.3.2]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion client/Source-Chat-Relay.sp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma semicolon 1

#define PLUGIN_AUTHOR "Fishy"
#define PLUGIN_VERSION "1.3.1"
#define PLUGIN_VERSION "1.3.2"

#include <sourcemod>
#include <morecolors>
Expand Down
2 changes: 1 addition & 1 deletion server/config/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package config

const (
SCRVER = "1.3.1"
SCRVER = "1.3.2"
)

0 comments on commit 3a3d7e7

Please sign in to comment.