File: version.rb

package info (click to toggle)
ruby-ms-rest 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 440 kB
  • ctags: 88
  • sloc: ruby: 624; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.

module MsRest
  VERSION = '0.6.2'
end