Skip to content

Commit

Permalink
Version update (v1.6 => v1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
iDigitalFlame committed Oct 7, 2019
1 parent ec1501f commit c8ba6fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bash build.sh
The Scorebord can be configured by command line options, though it's preferred to use a config file instead. (Below).

```text
Scorebot Scoreboard v1.6
Scorebot Scoreboard v1.7
Usage:
-assets string
Expand Down
2 changes: 1 addition & 1 deletion html/public/script/scoreboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Scoreboard v1.6
// Scoreboard v1.7
// 2019 iDigitalFlame, The Scorebot Project, CTF Factory
//
// Javascript Main File
Expand Down
2 changes: 1 addition & 1 deletion html/public/style/scoreboard.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Scoreboard v1.6
Scoreboard v1.7
2019 iDigitalFlame, The Scorebot Project, CTF Factory
CSS Main File
Expand Down
2 changes: 1 addition & 1 deletion html/template/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Scoreboard v1.6
Scoreboard v1.7
2019 iDigitalFlame, The Scorebot Project, CTF Factory
Games Template List Page
Expand Down
2 changes: 1 addition & 1 deletion scoreboard/cmd/scoreboard/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
version = "v1.6"
version = "v1.7"
)

func main() {
Expand Down

0 comments on commit c8ba6fd

Please sign in to comment.