lib/opencensus/stackdriver/version.rb in opencensus-stackdriver-0.1.2 vs lib/opencensus/stackdriver/version.rb in opencensus-stackdriver-0.2.0

- old
+ new

@@ -10,11 +10,12 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + module OpenCensus module Stackdriver ## Current OpenCensus Stackdriver plugin version - VERSION = "0.1.2".freeze + VERSION = "0.2.0".freeze end end