فهرست منبع

release: v0.1.10

Mustafa Arici 8 سال پیش
والد
کامیت
a7db4bacc4
3فایلهای تغییر یافته به همراه9 افزوده شده و 6 حذف شده
  1. 7 4
      CHANGELOG.md
  2. 1 1
      bindata/bindata.go
  3. 1 1
      const.go

+ 7 - 4
CHANGELOG.md

@@ -1,11 +1,17 @@
 # Change Log
 
+## [v0.1.10](https://github.com/cad/ovpm/tree/v0.1.10) (2017-08-27)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.9...v0.1.10)
+
+**Implemented enhancements:**
+
+- show network types in cli [\#27](https://github.com/cad/ovpm/issues/27)
+
 ## [v0.1.9](https://github.com/cad/ovpm/tree/v0.1.9) (2017-08-27)
 [Full Changelog](https://github.com/cad/ovpm/compare/v0.1.8...v0.1.9)
 
 **Implemented enhancements:**
 
-- show network types in cli [\#27](https://github.com/cad/ovpm/issues/27)
 - static route support  [\#21](https://github.com/cad/ovpm/issues/21)
 
 ## [v0.1.8](https://github.com/cad/ovpm/tree/v0.1.8) (2017-08-26)
@@ -71,6 +77,3 @@
 - write docs [\#4](https://github.com/cad/ovpm/issues/4)
 - 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
 	}
 
-	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9586, mode: os.FileMode(420), modTime: time.Unix(1503828220, 0)}
+	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9586, mode: os.FileMode(420), modTime: time.Unix(1503828509, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }

+ 1 - 1
const.go

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