mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
made version to be `1.2.0` and modified travis-ci to make test results more predictable
5 lines
81 B
Go
5 lines
81 B
Go
package main
|
|
|
|
// VERSION the current version of goreplay
|
|
const VERSION = "1.2.0"
|