Skip to content

Commit

Permalink
Update docs/specification/version-management.adoc
Browse files Browse the repository at this point in the history
Co-Authored-By: Paul Young <paul.young@dfinity.org>
  • Loading branch information
Hans and paulyoung authored Sep 18, 2019
1 parent cd08388 commit 0e1e9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specification/version-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This document details the design and decisions made to solve the problem of havi
== User-facing Version
The version of `dfx` is the only version the user should be aware of. Any upstream version will be hidden behind the `dfx` version.

For example, assuming `v1.1.5` and `v1.2.3` of DFX are supported stable versions, with unstable being `v1.3.0-beta.1`. Assuming a version of the DFINITY client could be released with bug fixes that affect both the previous stable, current stable and unstable releases. Without changes to the DFX client, we should release a `v1.1.6`, `v1.2.4` and `v1.3.0-beta.2` versions of the DFX containing the DFINITY client with the fix included.
For example, assuming `v1.1.5` and `v1.2.3` of `dfx` are supported stable versions, with unstable being `v1.3.0-beta.1`, and assuming a version of the DFINITY client could be released with bug fixes that affect both the previous stable, current stable, and unstable releases, without changes to `dfx` itself we should release a `v1.1.6`, `v1.2.4` and `v1.3.0-beta.2` versions of `dfx` containing the DFINITY client with the fix included.

This means the user would never actually see the version of DFINITY client that they are running.

Expand Down

0 comments on commit 0e1e9ab

Please sign in to comment.