File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,11 @@ internal struct Init: SwiftlyCommand {
4242 if var config, !overwrite &&
4343 (
4444 config. version == SwiftlyVersion ( major: 0 , minor: 4 , patch: 0 , suffix: " dev " ) ||
45- <<<<<<< HEAD
46- config. version == SwiftlyVersion ( major: 0 , minor: 4 , patch: 0 )
47- )
48- {
49- // This is a simple upgrade from the 0.4.0-dev pre-release, or 0.4.0 release
50- =======
5145 config. version == SwiftlyVersion ( major: 0 , minor: 4 , patch: 0 ) ||
5246 ( config. version? . major == 1 && config. version? . minor == 0 )
5347 )
5448 {
5549 // This is a simple upgrade from the 0.4.0 pre-releases, or 1.x
56- >>>>>>> 726 ea90 b9 c304068 d9649 abc8718 f8752169 ce7 b
5750
5851 // Move our executable over to the correct place
5952 try Swiftly . currentPlatform. installSwiftlyBin ( )
You can’t perform that action at this time.
0 commit comments