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

Commit f918ec1

Browse files
authored
Merge pull request #227 from dashpole/release
Release
2 parents a5f3b19 + 11530ad commit f918ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'maven'
77
apply plugin: "signing"
88

99
group = "io.opencensus"
10-
version = "0.4.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION
10+
version = "0.4.1-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION
1111

1212
sourceCompatibility = 1.6
1313
targetCompatibility = 1.6

gen-python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.4.dev0' # CURRENT_OPENCENSUS_PROTO_VERSION
15+
__version__ = '0.4.dev1' # CURRENT_OPENCENSUS_PROTO_VERSION

0 commit comments

Comments
 (0)