Selaa lähdekoodia

release: v0.1.14

Mustafa Arici 8 vuotta sitten
vanhempi
commit
35f55b838c
3 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 4 0
      CHANGELOG.md
  2. 1 1
      bindata/bindata.go
  3. 1 1
      const.go

+ 4 - 0
CHANGELOG.md

@@ -105,3 +105,7 @@
 - implement remote control proto [\#8](https://github.com/cad/ovpm/issues/8)
 - implement remote control proto [\#8](https://github.com/cad/ovpm/issues/8)
 - write docs [\#4](https://github.com/cad/ovpm/issues/4)
 - write docs [\#4](https://github.com/cad/ovpm/issues/4)
 - write unit tests [\#3](https://github.com/cad/ovpm/issues/3)
 - write unit tests [\#3](https://github.com/cad/ovpm/issues/3)
+
+
+
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

+ 1 - 1
bindata/bindata.go

@@ -167,7 +167,7 @@ func templateServerConfTmpl() (*asset, error) {
 		return nil, err
 		return nil, err
 	}
 	}
 
 
-	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9600, mode: os.FileMode(420), modTime: time.Unix(1504442070, 0)}
+	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9600, mode: os.FileMode(420), modTime: time.Unix(1504442511, 0)}
 	a := &asset{bytes: bytes, info: info}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 	return a, nil
 }
 }

+ 1 - 1
const.go

@@ -2,7 +2,7 @@ package ovpm
 
 
 const (
 const (
 	// Version defines the version of ovpm.
 	// Version defines the version of ovpm.
-	Version = "0.1.13"
+	Version = "0.1.14"
 
 
 	// DefaultVPNPort is the default OpenVPN port to listen.
 	// DefaultVPNPort is the default OpenVPN port to listen.
 	DefaultVPNPort = "1197"
 	DefaultVPNPort = "1197"