Commit 23adb16 1 parent b17afeb commit 23adb16 Copy full SHA for 23adb16
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
# - unit-test-clean - cleans unit test state (particularly from docker)
35
35
36
36
PROJECT_NAME = hyperledger/fabric
37
- BASE_VERSION = 1.0.0-rc1
38
- PREV_VERSION = 1.0.0-beta
39
- IS_RELEASE = true
37
+ BASE_VERSION = 1.0.0-rc2
38
+ PREV_VERSION = 1.0.0-rc1
39
+ IS_RELEASE = false
40
40
41
41
ifneq ($(IS_RELEASE ) ,true)
42
42
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ We offer two initial tutorials to get you started with Hyperledger Fabric.
23
23
The first is oriented to the Hyperledger Fabric **application developer **,
24
24
:doc: `write_first_app `. It takes you through the process of writing your first
25
25
blockchain application for Hyperledger Fabric using the Hyperledger Fabric's
26
- `Node.js SDK <https://github.com/hyperledger/fabric-sdk-java >`__.
26
+ `Node.js SDK <https://github.com/hyperledger/fabric-sdk-node >`__.
27
27
28
28
The second tutorial is oriented towards the Hyperledger Fabric network
29
29
operators, :doc: `build_network `. This one walks you through the process of
You can’t perform that action at this time.
0 commit comments