Start 0.4.0 development cycle (#219)

pull/223/merge
Nail Islamov 4 years ago committed by GitHub
parent cfe95db9f2
commit 54c9a4c53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle
  2. 2
      gen-python/version.py

@ -7,7 +7,7 @@ apply plugin: 'maven'
apply plugin: "signing"
group = "io.opencensus"
version = "0.3.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION
version = "0.4.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.3.dev0' # CURRENT_OPENCENSUS_PROTO_VERSION
__version__ = '0.4.dev0' # CURRENT_OPENCENSUS_PROTO_VERSION

Loading…
Cancel
Save