~1.2.3 := >=1.2.3 <1.(2+1).0 := >=1.2.3 <1.3.0-0 (highlighted)
In above example, what is the meaning of symbol -0
after version(1.3.0-0
)?
~1.2.3 := >=1.2.3 <1.(2+1).0 := >=1.2.3 <1.3.0-0 (highlighted)
In above example, what is the meaning of symbol -0
after version(1.3.0-0
)?