From 5046ae8435a080eceb92cea97ade4cb9c7f2b320 Mon Sep 17 00:00:00 2001 From: bgermann Date: Mon, 26 Feb 2018 22:07:43 +0100 Subject: [PATCH] Change Version to 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- pkg/pkginfo | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 499fdc0..88eb9e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "offwall" -version = "0.8.0" +version = "0.9.0" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f80f50f..d75d4c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "offwall" -version = "0.8.0" +version = "0.9.0" authors = ["Bastian Germann"] license = "GPL-3.0+" repository = "https://github.com/bgermann/offwall" diff --git a/pkg/pkginfo b/pkg/pkginfo index 3da3b76..6570304 100644 --- a/pkg/pkginfo +++ b/pkg/pkginfo @@ -2,6 +2,6 @@ ARCH="sparc" CATEGORY="application" NAME="The OFFWall OpenFlow controller for firewall bypassing" PKG="offwall" -VERSION="0.8.0" +VERSION="0.9.0" CLASSES=manifest preserve none VENDOR="Bastian Germann"