lib/instana/version.rb in instana-1.201.0.pre1 vs lib/instana/version.rb in instana-1.201.0

- old
+ new

@@ -1,7 +1,7 @@ # (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "1.201.0.pre1" + VERSION = "1.201.0" VERSION_FULL = "instana-#{VERSION}" end