Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Start 0.4.0 development cycle #219

Merged
merged 1 commit into from
Jul 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gen-python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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